home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / prog / packer / dos / aview / aview.ctl < prev    next >
Encoding:
Text File  |  1995-05-08  |  13.8 KB  |  507 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.8 Sample control-file, DON'T USE TABS!
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ; ALTERNATELAYOUT
  7. ; With this command you can select the alternate screen-layout of the
  8. ; archive-lister as default (With full-path), this option works like a
  9. ; toggle in AVIEW by pressing ALT-L.
  10. ;ALTERNATELAYOUT
  11. ;
  12. ;
  13. ;
  14. ; ASKDELETE
  15. ; With this statement you force AVIEW to ask you if you are sure to delete
  16. ; files.
  17. ASKDELETE
  18. ;
  19. ;
  20. ;
  21. ; ASKSCAN
  22. ; With this statement you force AVIEW to ask you to execute the virus-
  23. ; scanner after files are extracted from an archive.
  24. ASKSCAN
  25. ;
  26. ;
  27. ;
  28. ; ASKEXIT
  29. ; With this statement you force AVIEW to ask you if you are sure to quit
  30. ; AVIEW.
  31. ;ASKEXIT
  32. ;
  33. ;
  34. ;
  35. ; DATEFORMAT <Dateformat>
  36. ; With this statement you can define how the file-date is shown, include
  37. ; MM for month, DD for day and YY for year, the sepparation-chars can be
  38. ; freely defined, default is MM/DD/YY
  39. DATEFORMAT MM/DD/YY
  40. ;
  41. ;
  42. ;
  43. ; EDITOR <Trigger> <Editor> [<Parameters>]
  44. ; With this command you can define up to 64 editors, with <Trigger> you
  45. ; specify the file-specs which must trigger the editor, the <Trigger>
  46. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  47. ; type of files.
  48. EDITOR *.* ncedit %f
  49. ;
  50. ;
  51. ;
  52. ; EXTRACTPATH <Path>
  53. ; With this command you define the path where files must be extracted to,
  54. ; when this command is NOT used, AVIEW will prompt you for a path.
  55. EXTRACTPATH c:\tmp
  56. ;
  57. ;
  58. ;
  59. ; FSSORT <Key> [Ascending|Descending]
  60. ; With this statement you can define how AVIEW must sort the file-selector
  61. ; file-list as default, valid sort-keys are: NAME, EXTENSION, SIZE, DATETIME,
  62. ; and UNSORTED, optional you can specify with ASCENDING or DESCENDING the
  63. ; default sort direction, default is ASCENDING.
  64. FSSORT name ascending
  65. ;
  66. ;
  67. ;
  68. ; IGNORE <File-spec>
  69. ; When a file matches the <file-spec> defined with IGNORE, then the file is
  70. ; not checked if it is an archive, but is viewed as file.
  71. ; Up to 64 file-specs can be defined, wildcards are allowed.
  72. IGNORE *.doc
  73. IGNORE *.txt
  74. IGNORE *.me
  75. IGNORE *.diz
  76. IGNORE *.mod
  77. IGNORE *.nst
  78. IGNORE *.stm
  79. IGNORE *.s3m
  80. IGNORE *.669
  81. IGNORE *.mtm
  82. ;
  83. ;
  84. ;
  85. ; NOCOLOR
  86. ; With this statement you force AVIEW in black and white mode, this can be
  87. ; handy for laptop-users who have a LCD-Screen.
  88. ;NOCOLOR
  89. ;
  90. ;
  91. ;
  92. ; NOEMS
  93. ; With this statement you force AVIEW to NOT use any EMS memory
  94. ;NOEMS
  95. ;
  96. ;
  97. ;
  98. ; NOENVTEMP
  99. ; With this statement you force AVIEW to ignore the TEMP environment-variable.
  100. ;NOENVTEMP
  101. ;
  102. ;
  103. ;
  104. ; NOMOUSE
  105. ; With this statement you force AVIEW to ignore the mouse when detected.
  106. ;NOMOUSE
  107. ;
  108. ;
  109. ;
  110. ; NOPATHS
  111. ; With this statement you tell AVIEW to NOT extract any path-information
  112. ; from an archive.
  113. ;NOPATHS
  114. ;
  115. ;
  116. ;
  117. ; NOSNOW
  118. ; With this statement you tell aview to suppress snow on (old) CGA-Cards.
  119. ;NOSNOW
  120. ;
  121. ;
  122. ;
  123. ; NOXMS
  124. ; with this statement you force AVIEW to NOT use any XMS memory.
  125. ;NOXMS
  126. ;
  127. ;
  128. ;
  129. ; SCANNER <Scanner> [<Parameters>]
  130. ; With this command you define the virus-scanner to use after files are
  131. ; unpacked with the unpack function, when no scanner is defined, no virus-
  132. ; scan will be performed, up to 32 scanners can be defined.
  133. SCANNER tbscan %f af ba in ll=1 ln=c:\aview4us.log lo nb nm
  134. SCANNER scan %f /sub
  135. ;
  136. ;
  137. ;
  138. ; SCREENMODE <Lines>
  139. ; With this statement you can define how many lines per screen AVIEW must
  140. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  141. ; greater than 25 needs a EGA of VGA display-adapter.
  142. SCREENMODE 25
  143. ;
  144. ;
  145. ;
  146. ; SHOWSPECIAL
  147. ; Special 'hidden' files are not shown by AVIEW as default, this is done
  148. ; for example for the UC2 U$~*.* files, when you enable this keyword,
  149. ; AVIEW will handle the special files as normal files.
  150. ;SHOWSPECIAL
  151. ;
  152. ;
  153. ;
  154. ; SORT <Key> [Ascending|Descending]
  155. ; With this statement you can define how AVIEW must sort the file-lists as
  156. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  157. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  158. ; the default sort direction, default is ASCENDING.
  159. SORT name ascending
  160. ;
  161. ;
  162. ;
  163. ; SWAPMODE <Mode>
  164. ; With this command you define how AVIEW must swap before executing of
  165. ; an external utility, mode can be:  0 - Swap to EMS/Disk
  166. ;                                    1 - Swap to EMS/XMS/Disk
  167. ;                                    2 - Swap to XMS/Disk
  168. ;                                    3 - Swap to XMS/EMS/Disk
  169. ;                                    4 - Swap to Disk
  170. SWAPMODE 1
  171. ;
  172. ;
  173. ;
  174. ; SWAPPATH <Path>
  175. ; With this command you define the path AVIEW must use to write it's
  176. ; swapfiles in.
  177. SWAPPATH c:\tmp
  178. ;
  179. ;
  180. ;
  181. ; TEMPPATH <Path>
  182. ; With this command you define the path AVIEW must use as work-directory,
  183. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  184. ; directory does not exist, it will be created.
  185. TEMPPATH c:\tmp
  186. ;
  187. ;
  188. ;
  189. ; TEMPREMOVE
  190. ; With this command you force AVIEW to remove the TEMPPATH and all it
  191. ; contents when AVIEW exits to DOS. As default AVIEW will only removes
  192. ; it's temppry directories/files created in the TEMPPATH.
  193. ;TEMPREMOVE
  194. ;
  195. ;
  196. ;
  197. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  198. ; With this command you can define up to 64 viewers, with <Trigger> you
  199. ; specify the file-specs which must trigger the viewer, the <Trigger>
  200. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  201. ; types of files.
  202. VIEWER *.gif qpeg %f
  203. VIEWER *.jpg qpeg %f
  204. VIEWER *.mod dmp -c5 -s44100 -q %f
  205. VIEWER *.nst dmp -c5 -s44100 -q %f
  206. VIEWER *.stm dmp -c5 -s44100 -q %f
  207. VIEWER *.s3m dmp -c5 -s44100 -q %f
  208. VIEWER *.669 dmp -c5 -s44100 -q %f
  209. VIEWER *.mtm dmp -c5 -s44100 -q %f
  210. VIEWER *.*   wpview %f
  211. ;
  212. ;
  213. ;
  214. ; WAIT
  215. ; With this command you force AVIEW to wait on a keypress after each
  216. ; external utility executed.
  217. ;WAIT
  218. ;
  219. ;
  220. ;
  221. ; -----------------------------------------------------------------------------
  222. ; The following commands concerns the configuration of the parameters passed
  223. ; by AVIEW to the archive-utils.
  224. ; For normal operation of AVIEW, you don't need to change this, all the
  225. ; following commands are optional, the sample commands reflects the standard
  226. ; default configuration of AVIEW.
  227. ; -----------------------------------------------------------------------------
  228. ;
  229. ; xxxADD <Command-line>
  230. ; xxxDELETE <Command-Line>
  231. ; xxxEXTRACT <Command-Line>
  232. ; NOxxx
  233. ; xxxSFX <Type> <Parameters|Command-Line>
  234. ; xxxTEST <Command-Line>
  235. ; xxxUNPACK <Command-Line>
  236. ; xxxUPDATE <Command-Line>
  237. ; xxxRESPONSE <Response-char>
  238. ; xxx_to_xxx <Command-Line>
  239. ; With these commands you can configure the interface between AVIEW and the
  240. ; external archive-utilitys, the xxx can be ARC, ARJ, HYP, LHA, PAK, RAR,
  241. ; SQZ, UC2, ZIP or ZOO.
  242. ; xxxADD      - Defines which parameters to use for adding a file to
  243. ;               an archive, this is used for the ADD function (F7).
  244. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  245. ;               from an archive, this is used for the DELETE function
  246. ;               (F8 or DEL).
  247. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  248. ;               from an archive, this is used for the extract-function.
  249. ; NOxxx       - Disable archiver.
  250. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  251. ;               the archiver that it is a response file, AVIEW defines
  252. ;               automatically when to use this or not.
  253. ; xxxSFX      - Defines which utility to start or which parameters to use
  254. ;               for creating self-extracting archives, for type you can
  255. ;               define PARAM to define the parameters to use with the xxxADD
  256. ;               command, or EXEC to define an external utility to execute.
  257. ; xxxTEST     - Defines which parameters to use for testing an archive.
  258. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  259. ;               an archive WITHOUT path, this is used internally in AVIEW.
  260. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  261. ;               archive, this is used after you edited a file from an archive.
  262. ; xxx_to_xxx  - (The underscores must be included!), Defines which external
  263. ;               utility to start for converting from one archive-format to
  264. ;               another, when this command is not defined, AVIEW will use
  265. ;               it's own build-in converter.
  266. ;
  267. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  268. ;       of the above parameters (except NOxxx and xxxRESPONSE, xxxSFX and
  269. ;       xxx_to_xxx only need %A), %A will be replaced by AVIEW with the
  270. ;       name of the archive processed, and %F with a filename for
  271. ;       adding/deleting/updating, note that AVIEW will automatically add the
  272. ;       response-file-char before the filename when needed. The variables
  273. ;       %A and %F are NOT optional!
  274. ;
  275. ;
  276. ; PKPak/PKUnpak - for ARC files.
  277. ARCadd      PKPAK -a %a %f
  278. ARCdelete   PKPAK -d %a %f
  279. ARCextract  PKUNPAK -r %a %f
  280. ARCsfx
  281. ARCtest     PKUNPAK -t %a
  282. ARCunpack   PKUNPAK %a %f
  283. ARCupdate   PKPAK -u %a %f
  284. ARCresponse @
  285. ;ARC_to_ARC  mta %a /ARC
  286. ;ARC_to_ARJ  mta %a /ARJ
  287. ;ARC_to_HYP  mta %a /HYP
  288. ;ARC_to_LHA  mta %a /LZH
  289. ;ARC_to_PAK  mta %a /PAK
  290. ;ARC_to_RAR  mta %a /RAR
  291. ;ARC_to_SQZ  mta %a /SQZ
  292. ;ARC_to_UC2  mta %a /UC2
  293. ;ARC_to_ZIP  mta %a /ZIP
  294. ;ARC_to_ZOO  mta %a /ZOO
  295. ;NOARC
  296. ;
  297. ;
  298. ;
  299. ; ARJ - for ARJ files.
  300. ARJadd      ARJ a -jm -m1 -r %a %f
  301. ARJdelete   ARJ d %a %f
  302. ARJextract  ARJ x -y %a %f
  303. ARJsfx      PARAM -je
  304. ARJtest     ARJ t %a
  305. ARJunpack   ARJ e %a %f
  306. ARJupdate   ARJ u -jm -m1 -e %a %f
  307. ARJresponse !
  308. ;ARJ_to_ARC  mta %a /ARC
  309. ;ARJ_to_ARJ  mta %a /ARJ
  310. ;ARJ_to_HYP  mta %a /HYP
  311. ;ARJ_to_LHA  mta %a /LZH
  312. ;ARJ_to_PAK  mta %a /PAK
  313. ;ARJ_to_RAR  mta %a /RAR
  314. ;ARJ_to_SQZ  mta %a /SQZ
  315. ;ARJ_to_UC2  mta %a /UC2
  316. ;ARJ_to_ZIP  mta %a /ZIP
  317. ;ARJ_to_ZOO  mta %a /ZOO
  318. ;NOARJ
  319. ;
  320. ;
  321. ;
  322. ; HYP - for HYPER files.
  323. HYPadd      HYPER -a -r %a %f
  324. HYPdelete   HYPER -d %a %f
  325. HYPextract  HYPER -xo -p %a %f
  326. HYPsfx
  327. HYPtest
  328. HYPunpack   HYPER -xo %a %f
  329. HYPupdate   HYPER -u %a %f
  330. HYPresponse
  331. ;HYP_to_ARC  mta %a /ARC
  332. ;HYP_to_ARJ  mta %a /ARJ
  333. ;HYP_to_HYP  mta %a /HYP
  334. ;HYP_to_LHA  mta %a /LZH
  335. ;HYP_to_PAK  mta %a /PAK
  336. ;HYP_to_RAR  mta %a /RAR
  337. ;HYP_to_SQZ  mta %a /SQZ
  338. ;HYP_to_UC2  mta %a /UC2
  339. ;HYP_to_ZIP  mta %a /ZIP
  340. ;HYP_to_ZOO  mta %a /ZOO
  341. ;NOHYP
  342. ;
  343. ;
  344. ;
  345. ; LHA - For LZH or LHA files.
  346. LHAadd      LHA a -r -x -p %a %f
  347. LHAdelete   LHA d %a %f
  348. LHAextract  LHA x -c %a %f
  349. LHAsfx      EXEC LHA s %a
  350. LHAtest     LHA t %a
  351. LHAunpack   LHA e %a %f
  352. LHAupdate   LHA u %a %f
  353. LHAresponse @
  354. ;LHA_to_ARC  mta %a /ARC
  355. ;LHA_to_ARJ  mta %a /ARJ
  356. ;LHA_to_HYP  mta %a /HYP
  357. ;LHA_to_LHA  mta %a /LZH
  358. ;LHA_to_PAK  mta %a /PAK
  359. ;LHA_to_RAR  mta %a /RAR
  360. ;LHA_to_SQZ  mta %a /SQZ
  361. ;LHA_to_UC2  mta %a /UC2
  362. ;LHA_to_ZIP  mta %a /ZIP
  363. ;LHA_to_ZOO  mta %a /ZOO
  364. ;NOLHA
  365. ;
  366. ;
  367. ;
  368. ; PAK - For PAK files.
  369. PAKadd      PAK A %a %f
  370. PAKdelete   PAK D %a %f
  371. PAKextract  PAK E /WA /I %a %f
  372. PAKsfx      PARAM /EXE
  373. PAKtest     PAK T %a
  374. PAKunpack   PAK E %a %f
  375. PAKupdate   PAK U %a %f
  376. PAKresponse @
  377. ;PAK_to_ARC  mta %a /ARC
  378. ;PAK_to_ARJ  mta %a /ARJ
  379. ;PAK_to_HYP  mta %a /HYP
  380. ;PAK_to_LHA  mta %a /LZH
  381. ;PAK_to_PAK  mta %a /PAK
  382. ;PAK_to_RAR  mta %a /RAR
  383. ;PAK_to_SQZ  mta %a /SQZ
  384. ;PAK_to_UC2  mta %a /UC2
  385. ;PAK_to_ZIP  mta %a /ZIP
  386. ;PAK_to_ZOO  mta %a /ZOO
  387. ;NOPAK
  388. ;
  389. ;
  390. ;
  391. ; RAR - For RAR files.
  392. RARadd      RAR a -m5 -r -std %a %f
  393. RARdelete   RAR d -std %a %f
  394. RARextract  RAR x -o+ -std %a %f
  395. RARsfx      PARAM -sfx
  396. RARtest     RAR t -stdout %a
  397. RARunpack   RAR e -o+ -std %a %f
  398. RARupdate   RAR u -m5 -std %a %f
  399. RARresponse @
  400. ;RAR_to_ARC  mta %a /ARC
  401. ;RAR_to_ARJ  mta %a /ARJ
  402. ;RAR_to_HYP  mta %a /HYP
  403. ;RAR_to_LHA  mta %a /LZH
  404. ;RAR_to_PAK  mta %a /PAK
  405. ;RAR_to_RAR  mta %a /RAR
  406. ;RAR_to_SQZ  mta %a /SQZ
  407. ;RAR_to_UC2  mta %a /UC2
  408. ;RAR_to_ZIP  mta %a /ZIP
  409. ;RAR_to_ZOO  mta %a /ZOO
  410. ;NORAR
  411. ;
  412. ;
  413. ;
  414. ; SQZ - For Squeeze files.
  415. SQZadd      SQZ a /m4 /S %a %f
  416. SQZdelete   SQZ d %a %f
  417. SQZextract  SQZ x %a %f
  418. SQZsfx      EXEC SQZ s %a
  419. SQZtest     SQZ t %a
  420. SQZunpack   SQZ e %a %f
  421. SQZupdate   SQZ u /m4 %a %f
  422. SQZresponse @
  423. ;SQZ_to_ARC  mta %a /ARC
  424. ;SQZ_to_ARJ  mta %a /ARJ
  425. ;SQZ_to_HYP  mta %a /HYP
  426. ;SQZ_to_LHA  mta %a /LZH
  427. ;SQZ_to_PAK  mta %a /PAK
  428. ;SQZ_to_RAR  mta %a /RAR
  429. ;SQZ_to_SQZ  mta %a /SQZ
  430. ;SQZ_to_UC2  mta %a /UC2
  431. ;SQZ_to_ZIP  mta %a /ZIP
  432. ;SQZ_to_ZOO  mta %a /ZOO
  433. ;NOSQZ
  434. ;
  435. ;
  436. ;
  437. ; UC2 - For UC2 files.
  438. UC2add      UC a -b -f -tst %a %f
  439. UC2delete   UC d -f %a %f
  440. UC2extract  UC e -f -s %a %f
  441. UC2sfx
  442. UC2test     UC t %a
  443. UC2unpack   UC e -f %a %f
  444. UC2update   UC a -b -f -tst %a %f
  445. UC2response @
  446. ;UC2_to_ARC  mta %a /ARC
  447. ;UC2_to_ARJ  mta %a /ARJ
  448. ;UC2_to_HYP  mta %a /HYP
  449. ;UC2_to_LHA  mta %a /LZH
  450. ;UC2_to_PAK  mta %a /PAK
  451. ;UC2_to_RAR  mta %a /RAR
  452. ;UC2_to_SQZ  mta %a /SQZ
  453. ;UC2_to_UC2  mta %a /UC2
  454. ;UC2_to_ZIP  mta %a /ZIP
  455. ;UC2_to_ZOO  mta %a /ZOO
  456. ;NOUC2
  457. ;
  458. ;
  459. ;
  460. ; PKZip/PKUnzip - for ZIP files.
  461. ZIPadd      PKZIP -ex -p -P -r %a %f
  462. ZIPdelete   PKZIP -d %a %f
  463. ZIPextract  PKUNZIP -d -o %a %f
  464. ZIPsfx      EXEC ZIP2EXE %a
  465. ZIPtest     PKUNZIP -t %a
  466. ZIPunpack   PKUNZIP %a %f
  467. ZIPupdate   PKZIP -u -ex %a %f
  468. ZIPresponse @
  469. ;ZIP_to_ARC  mta %a /ARC
  470. ;ZIP_to_ARJ  mta %a /ARJ
  471. ;ZIP_to_HYP  mta %a /HYP
  472. ;ZIP_to_LHA  mta %a /LZH
  473. ;ZIP_to_PAK  mta %a /PAK
  474. ;ZIP_to_RAR  mta %a /RAR
  475. ;ZIP_to_SQZ  mta %a /SQZ
  476. ;ZIP_to_UC2  mta %a /UC2
  477. ;ZIP_to_ZIP  mta %a /ZIP
  478. ;ZIP_to_ZOO  mta %a /ZOO
  479. ;NOZIP
  480. ;
  481. ;
  482. ;
  483. ; ZOO - for ZOO files.
  484. ZOOadd      ZOO a %a %f
  485. ZOOdelete   ZOO d %a %f
  486. ZOOextract  ZOO xO/ %a %f
  487. ZOOsfx
  488. ZOOtest     ZOO t %a
  489. ZOOunpack   ZOO eO %a %f
  490. ZOOupdate   ZOO u %a %f
  491. ZOOresponse
  492. ;ZOO_to_ARC  mta %a /ARC
  493. ;ZOO_to_ARJ  mta %a /ARJ
  494. ;ZOO_to_HYP  mta %a /HYP
  495. ;ZOO_to_LHA  mta %a /LZH
  496. ;ZOO_to_PAK  mta %a /PAK
  497. ;ZOO_to_RAR  mta %a /RAR
  498. ;ZOO_to_SQZ  mta %a /SQZ
  499. ;ZOO_to_UC2  mta %a /UC2
  500. ;ZOO_to_ZIP  mta %a /ZIP
  501. ;ZOO_to_ZOO  mta %a /ZOO
  502. ;NOZOO
  503. ;
  504. ;
  505. ;
  506. ; <EOF>
  507.